home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Tools / Languages / RLaB 1.15c / help / getb < prev    next >
Encoding:
Text File  |  1994-05-01  |  584 b   |  19 lines  |  [TEXT/RLAB]

  1. getb:
  2.  
  3. Synopsis: Get a single object from a binary file.
  4.  
  5. Syntax:    getb ( "filename" )
  6.     getb ( "filename", L )
  7.  
  8. Description:
  9.  
  10.     Getb reads one object from a RLaB binary file. Each object is
  11.     installed on the global symbol table as it is read,
  12.     overwriting any existing variable with the same name.
  13.  
  14.     The second form of the call to getb takes a second argument,
  15.     L, which is the name of a list to install the read variable
  16.     on. 
  17.  
  18.     Getb returns 1 for success and 0 for failure. Getb will not
  19.     close a file when it en